home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 176-200 / disk_197 / stevie / todo < prev    next >
Text File  |  1992-05-06  |  633b  |  23 lines

  1. To Do
  2. -----
  3.  
  4. - Change the static buffers for insert/undo/redo/undoundo/etc to dynamic
  5.   buffers.
  6.  
  7. - Add #'d and named buffers.
  8.  
  9. - Add 'R' and 'U'.
  10.  
  11. - Add 'set sw' option.
  12.  
  13. - In cmdline.c make get_range() give the appropriate error messages when it
  14.   gets a bad line range.
  15.  
  16. - Add & (do last search and replace on current line) and :[range]&
  17.   (do last search and replace on the range of lines).
  18.  
  19. - change the screen code so that number of columns is always a multiple
  20.   of four. Then add assembler routines for copying (to be used in
  21.   updateNextscreen()) that copy longs (4 bytes at a time). This will 
  22.   speed up things even more.
  23.